From: Juanma Barranquero Date: Wed, 30 Sep 2009 17:04:27 +0000 (+0000) Subject: * cedet/srecode/expandproto.el: Fix provide statement. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10188 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=93fc2d1b990e8209ea302c5be07e5856c6fca971;p=emacs.git * cedet/srecode/expandproto.el: Fix provide statement. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cb3d6a8c5a1..b6871a6abd0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2009-09-30 Juanma Barranquero + + * cedet/srecode/expandproto.el: Fix provide statement. + 2009-09-30 Eric Ludlam * emacs-lisp/eieio.el (boolean-p): Deleted. diff --git a/lisp/cedet/srecode/expandproto.el b/lisp/cedet/srecode/expandproto.el index c338cda6eb5..42824793de9 100644 --- a/lisp/cedet/srecode/expandproto.el +++ b/lisp/cedet/srecode/expandproto.el @@ -122,7 +122,7 @@ proto)) -(provide 'srecode-expandproto) +(provide 'srecode/expandproto) ;; Local variables: ;; generated-autoload-file: "loaddefs.el"